github.com/klauspost/compress/zstd.encoderState.frameContentSize (field)
8 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L54: frameContentSize int64
encoder.go#L131: s.frameContentSize = 0
encoder.go#L165: e.state.frameContentSize = size
encoder.go#L250: ContentSize: uint64(s.frameContentSize),
encoder.go#L251: WindowSize: uint32(s.encoder.WindowSize(s.frameContentSize)),
encoder.go#L471: if s.frameContentSize > 0 {
encoder.go#L472: if s.nInput != s.frameContentSize {
encoder.go#L473: return fmt.Errorf("frame content size %d given, but %d bytes was written", s.frameContentSize, s.nInput)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |